home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacWorld France 1
/
MacWorld France - Issue 01.iso
/
Sélection Macworld
/
Les indispensables
/
Système
/
ResEdit 2.1.3
/
Examples
/
CExamples
/
BuildLDEF
< prev
next >
Wrap
Text File
|
1994-07-15
|
735b
|
31 lines
#ResEdit CExample
#This is the script file BuildLDEF which builds the c ICON LDEF example
#
# Copyright Apple Computer, Inc. 1986-1990
# All rights reserved.
#
Open "{WorkSheet}"
set start `date -n`
echo Building the ResEdit c LDEF example
date -t
# Set the directory to the 'CExamples' folder
directory "{boot}"ResEdit:Examples:CExamples:
# Set the variable to indicate where ResEdit can be found.
# This variable is used by the make file to put the
# example picker into ResEdit.
set buildToName "{boot}ResEdit:ResEdit"
Export buildToName
make -f MakeLDEF > temp
temp
delete temp
beep
set end `date -n`
echo " " built in `Evaluate ({end} - {start}) DIV 60` "minutes " `Evaluate ({end} - {start}) MOD 60` "seconds"